Occurs before the Objects HTML page is shown in the Meridian Web Client.
Syntax
ObjectsPage_IsVisible As Boolean
Remarks
The Objects HTML page is an alternative implementation of the default Objects page that is shown in the Meridian Enterprise PowerUser. The HTML page has equivalent functionality that is not available in the default page shown by the AssetManagementTags extension in the Meridian Web Client. The HTML page is only for use in the Meridian Web Client and the AssetManagementTags extension should not be assigned to any document types.
Return False (default) to hide the property page.
Example
Function ObjectsPage_IsVisible() ObjectsPage_IsVisible = True End Function